-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Windows 11 ARM64 to workflows #132
base: main
Are you sure you want to change the base?
Conversation
Keep this in draft until actions/setup-python#931 has been confirmed resolved |
95d709b
to
48a9df0
Compare
I think we might have to bootstrap installing Microsoft C++ Build Tools ourselves on that Windows ARM runner image or use custom images both of which are likely to add some complexity. |
I'm not convinced we should do this ourselves. We don't have to on Windows amd64 or any other image. I expect images to be ready for Opened actions/partner-runner-images#19 for it |
A new Windows arm64 image is being built, which will include the dev tools. Give it a week or two. |
48a9df0
to
658f37d
Compare
Pinged the arm team on this. “Soon” in August was clearly optimistic. |
Changes
Add Windows 11 ARM64 to CI and build workflow
Types of changes
What types of changes does your code introduce?
Testing
Requires testing